nhooyr.io/websocket.Conn.writeFrameMu (field)
6 uses
nhooyr.io/websocket (current package)
conn.go#L68: writeFrameMu *mu
conn.go#L114: c.writeFrameMu = newMu(c)
write.go#L226: mw.c.writeFrameMu.forceLock()
write.go#L247: err = c.writeFrameMu.lock(ctx)
write.go#L261: c.writeFrameMu.unlock()
write.go#L269: defer c.writeFrameMu.unlock()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |